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 3aa8ce6 commit 4314a02Copy full SHA for 4314a02
.github/workflows/cve-scan-latest.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
cve_scan_main:
10
- uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main
+ uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
11
with:
12
image_tag: 'latest'
13
add_to_github_security: false
.github/workflows/cve-scan-main.yml
image_tag: 'main'
add_to_github_security: true
0 commit comments