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 711c16e commit 17d9c58Copy full SHA for 17d9c58
1 file changed
.github/workflows/docker-build.yaml
@@ -61,14 +61,6 @@ jobs:
61
# build-args: |
62
# NODE_VERSION=${{ matrix.node }}
63
64
- - name: Cache vulnerability database
65
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
66
- with:
67
- path: ~/.cache/trivy
68
- key: ${{ runner.os }}-trivy-db-${{ github.run_id }}
69
- restore-keys: |
70
- ${{ runner.os }}-trivy-db-
71
-
72
- name: Perform SAST scan
73
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
74
with:
0 commit comments