Skip to content

Commit 187e96f

Browse files
Adding in dockle
1 parent 84a24ec commit 187e96f

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
@@ -42,7 +42,7 @@ jobs:
4242
tar zxvf ~/trivy.tar.gz -C ~/
4343
- name: Analyzing Docker container
4444
run: |
45-
# ~/dockle $DOCKER_REPO:$DOCKER_TAG
45+
~/dockle $DOCKER_REPO:$DOCKER_TAG
4646
~/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.')

0 commit comments

Comments
 (0)