Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/actions/security-container-scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A composite GitHub Action that generates an SBOM (via Syft) and scans a locally-

## Features

- ✅ SBOM generation with `anchore/sbom-action` (Syft, SPDX-JSON by default)
- ✅ SBOM generation with `anchore/sbom-action` (Syft, SPDX-JSON by default; SHA-pinned for GHE allowlist)
- ✅ Vulnerability scan with Anchore Grype (JSON + SARIF outputs)
- ✅ Top-N CVE summary written to `$GITHUB_STEP_SUMMARY`
- ✅ Reports uploaded as a workflow artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/security-container-scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
id: sbom
if: ${{ inputs.generate-sbom == 'true' && steps.precheck.outputs.image_exists == 'true' }}
continue-on-error: true
uses: anchore/sbom-action@v0
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
with:
image: ${{ inputs.image }}
format: ${{ inputs.sbom-format }}
Expand Down
Loading