Skip to content

Commit 17d9c58

Browse files
committed
Remove cache step
1 parent 711c16e commit 17d9c58

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ jobs:
6161
# build-args: |
6262
# NODE_VERSION=${{ matrix.node }}
6363

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-
7264
- name: Perform SAST scan
7365
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
7466
with:

0 commit comments

Comments
 (0)