Skip to content

Commit

Permalink
test: format github
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Oct 6, 2024
1 parent 189f16b commit a841539
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
matrix:
platform:
- linux/amd64
# - linux/arm64
- linux/arm64

steps:
- name: Prepare
Expand Down Expand Up @@ -276,9 +276,17 @@ jobs:
uses: aquasecurity/[email protected]
with:
input: './pyramid-oci'
# format: 'github'
format: 'github'
output: 'dependency-results.sbom.json'
github-pat: '${{ secrets.GITHUB_TOKEN }}'

- name: Upload trivy report as a Github artifact
uses: actions/upload-artifact@v4
with:
name: trivy-sbom-report
path: '${{ github.workspace }}/dependency-results.sbom.json'
retention-days: 90

docker_image_test_build:
name: "Build Tests"
needs: ["info", "docker_image_build"]
Expand Down

0 comments on commit a841539

Please sign in to comment.