Skip to content

Commit

Permalink
Added GITHUB_TOKEN to vulnerability-scan.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored Nov 6, 2024
1 parent 4bb71f6 commit 807861a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
with:
image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:${{ inputs.tag }}
dockerfile: ./images/${{ matrix.images }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
if: ${{ steps.scan.outputs.sarif != '' }}
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 807861a

Please sign in to comment.