diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index ab2b5766..82d8ab29 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.7 - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0 + uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # 0.15.0 with: scan-type: 'config' hide-progress: false