We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39b73b commit 17dabecCopy full SHA for 17dabec
.github/workflows/trivy-security-scanning.yaml
@@ -5,13 +5,14 @@ on:
5
- main
6
schedule:
7
- cron: '30 0 * * 1-5' # From Monday to Friday (included), at 0:30 UTC
8
+ workflow_dispatch:
9
10
permissions:
11
security-events: write # To upload sarif files
12
13
jobs:
14
chart-test:
- runs-on: ubuntu-latest
15
+ runs-on: ubuntu-24.04
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -25,10 +26,10 @@ jobs:
25
26
27
- uses: actions/setup-python@v5
28
with:
- python-version: '3.7'
29
+ python-version: '3.13'
30
31
- name: Run Trivy vulnerability scanner in IaC mode
- uses: aquasecurity/trivy-action@0.20.0
32
+ uses: aquasecurity/trivy-action@0.28.0
33
34
scan-type: 'config'
35
hide-progress: false
0 commit comments