Skip to content

Commit 1802139

Browse files
Removed legacy trivvy option
1 parent 4e84178 commit 1802139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Analyzing Docker container
4444
run: |
4545
~/dockle $DOCKER_REPO:$DOCKER_TAG
46-
~/trivy --exit-code 0 --quiet --auto-refresh $DOCKER_REPO:$DOCKER_TAG
46+
~/trivy --exit-code 0 --quiet $DOCKER_REPO:$DOCKER_TAG
4747
- name: Publishing container to Docker Hub
4848
if: ((github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch') && startsWith(matrix.node-version, '12.')
4949
env:

0 commit comments

Comments
 (0)