Skip to content

Commit 1368f01

Browse files
authored
Change default fail_on_trivy_scan to true
1 parent 0dd34b0 commit 1368f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: boolean
1313
description: fail the build if vulnerabilities are found
1414
required: true
15-
default: false
15+
default: true
1616
jobs:
1717
build:
1818
name: Build Image
@@ -102,4 +102,4 @@ jobs:
102102
with:
103103
status: ${{ job.status }}
104104
steps: ${{ toJson(steps) }}
105-
if: always()
105+
if: always()

0 commit comments

Comments
 (0)