Skip to content

Commit

Permalink
Merge branch 'main' into docs/semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
saisatishkarra authored Nov 26, 2024
2 parents 757f69b + 1fc4baa commit d4dece3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions security-actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/[email protected].2
uses: anchore/[email protected].8
id: sbom_spdx
with:
config: ${{ inputs.config }}
Expand All @@ -105,7 +105,7 @@ runs:
github-token: ${{ inputs.github-token }}

- name: Generate CycloneDX SBOM Using Syft
uses: anchore/[email protected].2
uses: anchore/[email protected].8
id: sbom_cyclonedx
with:
config: ${{ inputs.config }}
Expand Down
4 changes: 2 additions & 2 deletions security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/[email protected].2
uses: anchore/[email protected].8
id: sbom_spdx
with:
config: ${{ inputs.config }}
Expand All @@ -116,7 +116,7 @@ runs:
github-token: ${{ inputs.github-token }}

- name: Generate CycloneDX SBOM Using Syft
uses: anchore/[email protected].2
uses: anchore/[email protected].8
id: sbom_cyclonedx
with:
config: ${{ inputs.config }}
Expand Down

0 comments on commit d4dece3

Please sign in to comment.