Commit c6fee48 1 parent 0c77174 commit c6fee48 Copy full SHA for c6fee48
File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 34
34
- name : Run mypy
35
35
run : uv run mypy .
36
36
37
- security :
38
- runs-on : ubuntu-24.04
39
- timeout-minutes : 10
40
- steps :
41
- - name : Checkout code
42
- uses : actions/checkout@v3
43
-
44
- - name : Run Trivy vulnerability scanner on repository
45
- uses : aquasecurity/trivy-action@master
46
- with :
47
- scan-type : " repo"
48
- scan-ref : " ."
49
- severity : " HIGH,CRITICAL"
50
- format : " sarif"
51
- output : " trivy-repo-results.sarif"
52
- exit-code : 1
53
-
54
- - name : Upload Trivy scan results to GitHub Security tab
55
- uses : github/codeql-action/upload-sarif@v3
56
- with :
57
- sarif_file : " trivy-repo-results.sarif"
58
- category : " trivy-repo-scan"
59
-
60
37
test :
61
38
runs-on : ubuntu-24.04
62
39
timeout-minutes : 15
You can’t perform that action at this time.
0 commit comments