Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/scout-actio…
Browse files Browse the repository at this point in the history
…n-b23590dc1e4d09febc00cfcbc51e9e8c0f7ee9f3
  • Loading branch information
jkreileder authored Dec 16, 2024
2 parents c05b771 + 40e8e02 commit dab3383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Generate SBOM
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
with:
image: ${{ vars.DOCKERHUB_USERNAME }}/cf-ips-to-hcloud-fw
format: spdx-json
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
sarif_file: sarif.output.json

- name: Scan image with Grype
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
id: grype-scan
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Generate SBOM
if: ${{ matrix.python-version == '3.11' }}
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
with:
format: spdx-json
artifact-name: sbom-python.spdx.json
Expand Down

0 comments on commit dab3383

Please sign in to comment.