Skip to content

Commit fec2c68

Browse files
authored
Update code-scans.yaml
1 parent 4ca5e65 commit fec2c68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-scans.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# -----------------------------
2323
trivy_scan:
2424
name: Trivy Vulnerability Scan
25-
runs-on: ubuntu-latest
25+
runs-on: self-hosted
2626
env:
2727
TRIVY_REPORT_FORMAT: table
2828
TRIVY_SCAN_TYPE: fs
@@ -66,7 +66,7 @@ jobs:
6666
# -----------------------------
6767
bandit_scan:
6868
name: Bandit security scan
69-
runs-on: ubuntu-latest
69+
runs-on: self-hosted
7070
steps:
7171
- name: Checkout
7272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)