Skip to content

Commit

Permalink
updates based on PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Dunbar-Hall <[email protected]>
  • Loading branch information
idunbarh committed Sep 30, 2024
1 parent ab27b7a commit 5fd5835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/phase_1_keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@ jobs:
/tmp/trivy fs \
--timeout 30m0s \
--parallel 0 \
--skip-db-update \
--offline-scan \
--format cyclonedx \
--output /tmp/generated-keycloak-sbom.cdx.json \
keycloak-${KEYCLOAK_TAG}
/tmp/trivy fs \
--timeout 30m0s \
--parallel 0 \
--skip-update \
--offline-scan \
--format spdx-json \
--output /tmp/generated-keycloak-sbom.spdx.json \
keycloak-${KEYCLOAK_TAG}
Expand Down Expand Up @@ -79,7 +75,6 @@ jobs:
/tmp/sbomasm edit --subject Document \
--author 'CISA Tiger Group for SBOM Generation Reference Implementations' \
--supplier 'keycloak (https://www.keycloak.org/)' \
--lifecycle 'build' \
--repository 'https:/keycloak/keycloak' \
--license 'Apache-2.0 (https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/main/LICENSE.txt)' \
generated-keycloak-sbom-spdx/generated-keycloak-sbom.spdx.json > augmented_keycloak-sbom.spdx.json
Expand All @@ -88,7 +83,6 @@ jobs:
/tmp/sbomasm edit --subject primary-component \
--author 'CISA Tiger Group for SBOM Generation Reference Implementations' \
--supplier 'keycloak (https://www.keycloak.org/)' \
--lifecycle 'build' \
--repository 'https:/keycloak/keycloak' \
--license 'Apache-2.0 (https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/main/LICENSE.txt)' \
augmented_keycloak-sbom.spdx.json > /tmp/augmented_keycloak-sbom.spdx.json
Expand All @@ -99,7 +93,7 @@ jobs:
/tmp/sbomasm edit --subject Document \
--author 'CISA Tiger Group for SBOM Generation Reference Implementations' \
--supplier 'keycloak (https://www.keycloak.org/)' \
--lifecycle 'build' \
--lifecycle 'pre-build' \
--repository 'https:/keycloak/keycloak' \
--license 'Apache-2.0 (https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/main/LICENSE.txt)' \
generated-keycloak-sbom-cyclonedx/generated-keycloak-sbom.cdx.json > augmented_keycloak-sbom.cdx.json
Expand All @@ -108,7 +102,6 @@ jobs:
/tmp/sbomasm edit --subject primary-component \
--author 'CISA Tiger Group for SBOM Generation Reference Implementations' \
--supplier 'keycloak (https://www.keycloak.org/)' \
--lifecycle 'build' \
--repository 'https:/keycloak/keycloak' \
--license 'Apache-2.0 (https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/main/LICENSE.txt)' \
augmented_keycloak-sbom.cdx.json > /tmp/augmented_keycloak-sbom.cdx.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Parlay
# SBOM Generation Reference Implementations

[![CI](https:/snyk/parlay/actions/workflows/ci.yml/badge.svg)](https:/snyk/parlay/actions/workflows/ci.yml)
[![Security](https:/snyk/parlay/actions/workflows/security.yml/badge.svg)](https:/snyk/parlay/actions/workflows/security.yml)
Expand Down

0 comments on commit 5fd5835

Please sign in to comment.