Skip to content

Commit

Permalink
Update docker-scans.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Sep 23, 2023
1 parent e64ce64 commit c7f3ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-scans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
contents: read
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/checkov.yaml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
trivy:
permissions:
contents: read
Expand All @@ -34,4 +36,4 @@ jobs:
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/snyk.yaml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
BC_API_KEY: ${{ secrets.BC_API_KEY }}

0 comments on commit c7f3ab0

Please sign in to comment.