Skip to content

Commit 34deca3

Browse files
committed
chore(ci): trivy param
1 parent 84e8d7d commit 34deca3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
trivy:
2222
name: Trivy Security Scan
2323
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
24-
runs-on: ubuntu-24.04
24+
continue-on-error: true
25+
runs-on: ubuntu-slim
2526
permissions:
2627
contents: read
2728
security-events: write
@@ -35,7 +36,7 @@ jobs:
3536
output: "trivy-results.sarif"
3637
ignore-unfixed: true
3738
scan-type: "fs"
38-
scanners: "vuln,secret,config"
39+
scanners: "vuln,secret,misconfig"
3940
severity: "CRITICAL,HIGH"
4041

4142
- name: Upload Trivy scan results to GitHub Security tab

0 commit comments

Comments
 (0)