We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425fe29 commit cd91063Copy full SHA for cd91063
.github/workflows/pipeline.yml
@@ -66,7 +66,7 @@ jobs:
66
pull_request: ${{ github.event_name == 'pull_request' }}
67
step: sast
68
pre-command-attestations: "git github environment"
69
- attestations: "git github environment"
+ attestations: "git github environment sarif"
70
archivista-server: "https://judge-api.aws-sandbox-staging.testifysec.dev"
71
pre-command: python3 -m pip install semgrep==1.45.0
72
command: semgrep scan --config auto ./ --sarif -o semgrep.sarif
0 commit comments