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 c3bf242 commit e227abbCopy full SHA for e227abb
.github/workflows/vuln-scans.yml
@@ -190,12 +190,18 @@ jobs:
190
Remove-Item .\cmd\otelcol\otelcol.exe
191
Remove-Item .\cmd\otelcol\agent-bundle_windows_amd64.zip
192
- uses: anchore/scan-action@v6
193
+ id: anchore-scan
194
with:
195
severity-cutoff: "high"
196
only-fixed: true
197
add-cpes-if-none: true
- output-format: "table"
198
+ output-format: sarif
199
image: "otelcol-windows:latest"
200
+ - name: Upload result to GitHub Code Scanning
201
+ if: always()
202
+ uses: github/codeql-action/upload-sarif@v3
203
+ with:
204
+ sarif_file: ${{ steps.anchore-scan.outputs.sarif }}
205
206
check-snyk-token:
207
runs-on: ubuntu-24.04
0 commit comments