Skip to content

Commit

Permalink
Merge pull request #54 from mauwii/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…cout-action-1.0.8

Bump docker/scout-action from 0.23.4 to 1.0.8
  • Loading branch information
mergify[bot] authored Oct 3, 2023
2 parents 2f26943 + 1cf663f commit dfbdaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
id: docker-scout-cves
if: ${{ github.event_name != 'pull_request' && github.actor != 'nektos/act' }}
# kics-scan ignore-line
uses: docker/scout-action@v0.23.4
uses: docker/scout-action@v1.0.8
with:
command: cves
image: ${{ steps.meta.outputs.tag }}
Expand All @@ -153,7 +153,7 @@ jobs:
# # vulnerability scanning to verify PRs
# - name: Docker Scout
# id: docker-scout
# uses: docker/scout-action@v0.23.4
# uses: docker/scout-action@v1.0.8
# if: github.event_name == 'pull_request'
# with:
# platform: ${{ matrix.platforms }}
Expand Down

0 comments on commit dfbdaf5

Please sign in to comment.