File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# on demand
8
8
workflow_dispatch :
9
9
10
- # Request from Org admin to allow Github Action workflow to make PR under Settings > Actions > General
10
+ # Request from Org admin to allow Github Action workflow to make PR under Settings > Actions > General
11
11
permissions :
12
12
actions : read
13
13
checks : read
Original file line number Diff line number Diff line change 23
23
build :
24
24
name : Build
25
25
runs-on :
26
- - ${{ inputs.default_runner_override_label }}
26
+ - ${{ inputs.default_runner_override_label }}
27
27
- ${{ inputs.runner_label }}
28
28
steps :
29
29
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -322,13 +322,13 @@ jobs:
322
322
submodules : ${{ inputs.enable_submodules }}
323
323
324
324
- name : Run Trivy vulnerability scanner in IaC mode
325
- uses : aquasecurity/trivy-action@0.19 .0
325
+ uses : aquasecurity/trivy-action@0.20 .0
326
326
with :
327
- scan-type : ' config '
327
+ scan-type : ' fs '
328
328
hide-progress : false
329
329
format : ' sarif'
330
330
output : ' trivy-results.sarif'
331
- exit-code : ' 0 '
331
+ exit-code : ' 1 '
332
332
ignore-unfixed : true
333
333
severity : ' CRITICAL,HIGH'
334
334
You can’t perform that action at this time.
0 commit comments