Skip to content

Commit 6775db7

Browse files
committed
Merge branch 'master' into issue-338
2 parents 5a1279b + 187e96f commit 6775db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
tar zxvf ~/trivy.tar.gz -C ~/
4343
- name: Analyzing Docker container
4444
run: |
45-
# ~/dockle $DOCKER_REPO:$DOCKER_TAG
46-
~/trivy --quiet $DOCKER_REPO:$DOCKER_TAG
45+
~/dockle $DOCKER_REPO:$DOCKER_TAG
46+
~/trivy --quiet image $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)