Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guycherno authored Jul 7, 2024
1 parent 1cdb007 commit 5481689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
format: attest
config: .valint.yaml
verbose: 2
deliverable: true


- name: Generate signed SBOM for docker image
uses: scribe-security/action-bom@master
Expand All @@ -45,6 +45,7 @@ jobs:
scribe-client-secret: ${{ secrets.SCRIBE_CLIENT_TOKEN }}
format: attest
config: .valint.yaml
verbose: 2

- name: Generate SLSA provenance docker image
uses: scribe-security/action-slsa@master
Expand All @@ -56,6 +57,7 @@ jobs:
scribe-client-secret: ${{ secrets.SCRIBE_CLIENT_TOKEN }}
format: attest
config: .valint.yaml
verbose: 2


- name: Run the Docker image
Expand Down

0 comments on commit 5481689

Please sign in to comment.