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 84a24ec commit 187e96fCopy full SHA for 187e96f
.github/workflows/nodejs.yml
@@ -42,7 +42,7 @@ jobs:
42
tar zxvf ~/trivy.tar.gz -C ~/
43
- name: Analyzing Docker container
44
run: |
45
- # ~/dockle $DOCKER_REPO:$DOCKER_TAG
+ ~/dockle $DOCKER_REPO:$DOCKER_TAG
46
~/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.')
0 commit comments