Skip to content

Commit a02bc8c

Browse files
committed
remove temporary push
1 parent af5e10c commit a02bc8c

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/manual_vulnerability_scan.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Manual Vulnerability Scan
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref_name }}
4+
cancel-in-progress: true
25

36
on:
4-
push:
57
workflow_dispatch:
68
inputs:
79
arch:
@@ -37,16 +39,3 @@ jobs:
3739
run_grype: ${{ github.event.inputs.run_grype == 'true' }}
3840
run_cbt: ${{ github.event.inputs.run_cbt == 'true' }}
3941
secrets: inherit
40-
41-
# DELETE ME BEFORE MERGE!!!!!
42-
push-cve-scan:
43-
name: Manual CVE Scan
44-
if: ${{ github.event_name == 'push' }}
45-
uses: ./.github/workflows/reusable_cve_scan.yml
46-
with:
47-
arch: "amd64"
48-
image_url: "https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/daily-build/mage/20250529/mage-3.2.1_pr614_e23ca9d-memgraph-3.2.1_pr2992_b3001424ecb4.tar.gz"
49-
run_trivy: true
50-
run_grype: true
51-
run_cbt: true
52-
secrets: inherit

0 commit comments

Comments
 (0)