Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/super-devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Scan the source code and upload dependency results
uses: anchore/sbom-action@ace0b9722a703812d78949ee4ac5b90de1c0eba2
uses: anchore/sbom-action@5ecf649a417b8ae17dc8383dc32d46c03f2312df
with:
path: .
dependency-snapshot: true
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
docker build -t ghcr.io/stormsinbrewing/savvy-devsecops .
docker push ghcr.io/stormsinbrewing/savvy-devsecops
- name: Image SBOM Scan with Syft
uses: anchore/sbom-action@ace0b9722a703812d78949ee4ac5b90de1c0eba2
uses: anchore/sbom-action@5ecf649a417b8ae17dc8383dc32d46c03f2312df
with:
image: "ghcr.io/stormsinbrewing/savvy-devsecops"
dependency-snapshot: true
Expand Down