Skip to content

Commit cd91063

Browse files
committed
chore: added sarif attestor to sast step
Signed-off-by: chaosinthecrd <[email protected]>
1 parent 425fe29 commit cd91063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
pull_request: ${{ github.event_name == 'pull_request' }}
6767
step: sast
6868
pre-command-attestations: "git github environment"
69-
attestations: "git github environment"
69+
attestations: "git github environment sarif"
7070
archivista-server: "https://judge-api.aws-sandbox-staging.testifysec.dev"
7171
pre-command: python3 -m pip install semgrep==1.45.0
7272
command: semgrep scan --config auto ./ --sarif -o semgrep.sarif

0 commit comments

Comments
 (0)