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
1 change: 1 addition & 0 deletions .github/workflows/anchore-sbom-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
--key-alias "${{ vars.EVIDENCE_KEY_ALIAS }}" \
--predicate ./anchore-sbom.json \
--predicate-type http://anchore.com/syft/sbom/v1 \
--provider-id "anchore" \
${{ env.ATTACH_OPTIONAL_CUSTOM_MARKDOWN_TO_EVIDENCE == 'true' && '--markdown "anchore-sbom.md"' || '' }}

1 change: 1 addition & 0 deletions .github/workflows/anchore-scan-evidence-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
--key-alias "${{ vars.EVIDENCE_KEY_ALIAS }}" \
--predicate ./anchore-scan-results.sarif \
--predicate-type http://anchore.com/grype/vulnerabilities/v1 \
--provider-id "anchore" \
${{ env.ATTACH_OPTIONAL_CUSTOM_MARKDOWN_TO_EVIDENCE == 'true' && '--markdown "anchore-results.md"' || '' }}
1 change: 1 addition & 0 deletions examples/anchore/anchore-sbom-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ You can trigger the workflow manually from the GitHub Actions tab. The workflow
--key "${{ secrets.PRIVATE_KEY }}" \
--key-alias "${{ vars.EVIDENCE_KEY_ALIAS }}" \
--predicate ./anchore-sbom.json \
--provider-id "anchore" \
--predicate-type http://anchore.com/syft/sbom/v1
```

Expand Down
1 change: 1 addition & 0 deletions examples/anchore/anchore-scan-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ You can trigger the workflow manually from the GitHub Actions tab. The workflow
--key "${{ secrets.PRIVATE_KEY }}" \
--key-alias "${{ vars.EVIDENCE_KEY_ALIAS }}" \
--predicate ./anchore-scan-results.sarif \
--provider-id "anchore" \
--predicate-type http://anchore.com/grype/vulnerabilities/v1
```

Expand Down