Skip to content

Commit

Permalink
hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofsteve committed Jul 19, 2023
1 parent bfb1c7b commit bafdd70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
#Generate SBOM
- name: Generate SBOM
run: |
pip install /packages/syft
pip install ./packages/syft
pip install cyclonedx-bom
pip freeze > requirements.txt
cyclonedx-py --r -i requirements.txt --format json -o syft.sbom.json
Expand Down Expand Up @@ -443,8 +443,8 @@ jobs:
- name: Upload SBOM to GitHub Artifacts
uses: actions/upload-artifact@v2
with:
name: mongo-trivy-results.sbom.json
path: mongo-trivy-results.sbom.json
name: traefik-trivy-results.sbom.json
path: traefik-trivy-results.sbom.json

scan-traefik-snyk:
permissions:
Expand Down

0 comments on commit bafdd70

Please sign in to comment.