Skip to content

Commit

Permalink
fix: Docker scanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 3, 2024
1 parent 5fa6da7 commit c3f35a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ permissions:
statuses: write

on:
workflow_dispatch:
pull_request:

jobs:
docker-scanner:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
dockerfile-path: "./docker/Dockerfile"
dockerfile-path: "./.docker/Dockerfile"
security-upload: "true"

0 comments on commit c3f35a1

Please sign in to comment.