Skip to content

Commit ad38e0f

Browse files
committed
Update security-scan.yaml
1 parent 367cd7e commit ad38e0f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/security-scan.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
severity: CRITICAL,HIGH,MEDIUM,LOW
3030
exit-code: 0
3131

32-
# - name: Check for critical and high vulnerabilities
33-
# uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
34-
# with:
35-
# scan-type: fs
36-
# scan-ref: .
37-
# format: table
38-
# severity: CRITICAL,HIGH
39-
# exit-code: 1
32+
- name: Check for critical and high vulnerabilities
33+
uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
34+
with:
35+
scan-type: fs
36+
scan-ref: .
37+
format: table
38+
severity: CRITICAL,HIGH
39+
exit-code: 1
4040

4141
- name: Upload SARIF to Security tab
4242
if: always()

0 commit comments

Comments
 (0)