Skip to content

Commit

Permalink
add scout in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norefice-github committed Jan 31, 2024
1 parent 19fe6c0 commit 1b531d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,11 @@ jobs:
platforms: "linux/arm64"
sbom: false
provenance: false
github-token: ${{ secrets.GH_TOKEN }} # to be able to write the comment
github-token: ${{ secrets.GH_TOKEN }} # to be able to write the comment

- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1
with:
command: cves,recommendations
only-fixed: true

0 comments on commit 1b531d2

Please sign in to comment.