We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca5e65 commit fec2c68Copy full SHA for fec2c68
1 file changed
.github/workflows/code-scans.yaml
@@ -22,7 +22,7 @@ jobs:
22
# -----------------------------
23
trivy_scan:
24
name: Trivy Vulnerability Scan
25
- runs-on: ubuntu-latest
+ runs-on: self-hosted
26
env:
27
TRIVY_REPORT_FORMAT: table
28
TRIVY_SCAN_TYPE: fs
@@ -66,7 +66,7 @@ jobs:
66
67
bandit_scan:
68
name: Bandit security scan
69
70
steps:
71
- name: Checkout
72
uses: actions/checkout@v4
0 commit comments