Skip to content

Commit

Permalink
Merge pull request #1029 from NASA-PDS/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/anchore/scan-action-5

Bump anchore/scan-action from 4 to 5 in /.github/workflows
  • Loading branch information
jordanpadams authored Oct 14, 2024
2 parents 4233960 + 86cb721 commit 09866bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
tags: ${{secrets.DOCKERHUB_USERNAME}}/validate:${{steps.gettartag.outputs.image_tag}}
-
name: 🕵️‍♂️ Image Vulnerability Scanning
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
fail-build: true
severity-cutoff: critical
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
tags: ${{secrets.DOCKERHUB_USERNAME}}/validate:latest
-
name: 🕵️‍♂️ Image Vulnerability Scanning
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
fail-build: true
severity-cutoff: critical
Expand Down

0 comments on commit 09866bd

Please sign in to comment.