Skip to content

Commit

Permalink
Fix docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Sep 14, 2023
1 parent a7c9e4c commit 2a1243b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
file: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}

scan_docker_image:
permissions: write-all
runs-on: ubuntu-latest
needs: [ docker ]
steps:
Expand All @@ -66,7 +65,4 @@ jobs:
with:
tag: ${{ env.IMAGE_NAME }}
path: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}
dockerfile: ${{ env.DOCKERFILE }}
hadolint-severity: error
dockle-severity: FATAL
trivy-severity: HIGH,CRITICAL
dockerfile: ${{ env.DOCKERFILE }}

0 comments on commit 2a1243b

Please sign in to comment.