File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : Manual Vulnerability Scan
2
+ concurrency :
3
+ group : ${{ github.workflow }}-${{ github.ref_name }}
4
+ cancel-in-progress : true
2
5
3
6
on :
4
- push :
5
7
workflow_dispatch :
6
8
inputs :
7
9
arch :
37
39
run_grype : ${{ github.event.inputs.run_grype == 'true' }}
38
40
run_cbt : ${{ github.event.inputs.run_cbt == 'true' }}
39
41
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
You can’t perform that action at this time.
0 commit comments