We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7a67d commit 80108a5Copy full SHA for 80108a5
.github/workflows/codeql.yml
@@ -64,6 +64,7 @@ jobs:
64
category: "/language:${{matrix.language}}"
65
66
- name: Add Attestation (Sarif results)
67
+ if: ${{ github.event_name != 'pull_request' }}
68
run: |
69
chainloop attestation add --name sarif-results --value ${{steps.codeqlresults.outputs.sarif-output}}/go.sarif
70
@@ -84,4 +85,4 @@ jobs:
84
85
- name: Mark attestation as cancelled
86
if: ${{ cancelled() && github.event_name != 'pull_request' }}
87
- chainloop attestation reset --trigger cancellation
88
+ chainloop attestation reset --trigger cancellation
0 commit comments