Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/scout-action from 1.5.0 to 1.5.1 #111

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

# Docker-Scout - Create SBOM
- name: Create SBOM
uses: docker/scout-action@67eb1afe777307506aaecb9acd9a0e0389cb99ae
uses: docker/scout-action@b3dd3d6c420903eb3ff2812ac1b1d146ffb93a41
id: docker-scout-sbom
continue-on-error: true
if: env.CONTAINER_PUSH == 'true' && vars.DOCKERHUB_USERNAME != ''
Expand All @@ -168,7 +168,7 @@ jobs:

# vulnerability scan the image for main branch and upload the results as a SARIF file
- name: Analyze for critical and high CVEs
uses: docker/scout-action@67eb1afe777307506aaecb9acd9a0e0389cb99ae
uses: docker/scout-action@b3dd3d6c420903eb3ff2812ac1b1d146ffb93a41
id: docker-scout-cves
continue-on-error: true
if: env.CONTAINER_PUSH == 'true'
Expand All @@ -187,7 +187,7 @@ jobs:

# vulnerability scanning to verify PRs
- name: Docker Scout compare
uses: docker/scout-action@67eb1afe777307506aaecb9acd9a0e0389cb99ae
uses: docker/scout-action@b3dd3d6c420903eb3ff2812ac1b1d146ffb93a41
id: pr-compare
if: github.event_name == 'pull_request' && vars.DOCKERHUB_USERNAME != ''
with:
Expand Down
Loading