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 cde2fb4 commit 3c38a4cCopy full SHA for 3c38a4c
.github/workflows/release.yml
@@ -263,12 +263,14 @@ jobs:
263
image: localhost:5000/nginx/nginx-prometheus-exporter:${{ steps.meta.outputs.version }}
264
only-fixed: true
265
add-cpes-if-none: true
266
+ if: ${{ !github.event.inputs.dry_run }}
267
268
- name: Upload scan result to GitHub Security tab
269
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
270
continue-on-error: true
271
with:
272
sarif_file: ${{ steps.scan.outputs.sarif }}
273
274
275
- name: Clean up NETRC
276
run: |
0 commit comments