We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45e07 commit 86226f6Copy full SHA for 86226f6
.github/workflows/container-ci.yaml
@@ -147,7 +147,7 @@ jobs:
147
- name: Pull Image
148
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
149
- name: Scan Container
150
- uses: intel/ai-containers/.github/scan@5c68c9c8ff7f634fff3abcc17c46970e0b9b0dde # main
+ uses: intel/ai-containers/.github/scan@main
151
with:
152
image-ref: ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
153
output: ${{ matrix.container }}-scan.sarif
0 commit comments