File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 submodules : recursive
3333
3434 - name : Create SBOM with Trivy
35- uses : aquasecurity/trivy-action@0.35 .0
35+ uses : aquasecurity/trivy-action@0.36 .0
3636 env :
3737 TRIVY_SHOW_SUPPRESSED : 1
3838 TRIVY_IGNOREFILE : " ./.trivyignore.yaml"
4545 scanners : " vuln"
4646
4747 - name : Create security advisory file with Trivy
48- uses : aquasecurity/trivy-action@0.35 .0
48+ uses : aquasecurity/trivy-action@0.36 .0
4949 env :
5050 TRIVY_SHOW_SUPPRESSED : 1
5151 TRIVY_IGNOREFILE : " ./.trivyignore.yaml"
Original file line number Diff line number Diff line change 4444 submodules : recursive
4545
4646 - name : Scan code with Trivy
47- uses : aquasecurity/trivy-action@0.35 .0
47+ uses : aquasecurity/trivy-action@0.36 .0
4848 env :
4949 TRIVY_SHOW_SUPPRESSED : 1
5050 TRIVY_IGNOREFILE : " ./.trivyignore.yaml"
Original file line number Diff line number Diff line change 7979 # Only commit when the hash actually changed; skip if it was already correct.
8080 - name : Commit updated hash
8181 if : steps.hash.outputs.current != steps.hash.outputs.new
82- uses : actions/github-script@v7
82+ uses : actions/github-script@v9
8383 env :
8484 OLD_HASH : ${{ steps.hash.outputs.current }}
8585 NEW_HASH : ${{ steps.hash.outputs.new }}
You can’t perform that action at this time.
0 commit comments