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.
2 parents 5a1279b + 187e96f commit 6775db7Copy full SHA for 6775db7
.github/workflows/nodejs.yml
@@ -42,8 +42,8 @@ jobs:
42
tar zxvf ~/trivy.tar.gz -C ~/
43
- name: Analyzing Docker container
44
run: |
45
- # ~/dockle $DOCKER_REPO:$DOCKER_TAG
46
- ~/trivy --quiet $DOCKER_REPO:$DOCKER_TAG
+ ~/dockle $DOCKER_REPO:$DOCKER_TAG
+ ~/trivy --quiet image $DOCKER_REPO:$DOCKER_TAG
47
- name: Publishing container to Docker Hub
48
if: ((github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch') && startsWith(matrix.node-version, '12.')
49
env:
0 commit comments