Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Sep 14, 2023
1 parent 8b65463 commit 018c457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
file: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}

scan_docker_image:
permissions:
contents: read
packages: read
permissions: read-all
runs-on: ubuntu-latest
needs: [ docker ]
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
file: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}

scan_docker_image:
permissions:
contents: read
packages: read
permissions: read-all
runs-on: ubuntu-latest
needs: [ docker ]
steps:
Expand Down

0 comments on commit 018c457

Please sign in to comment.