Skip to content

Commit

Permalink
Updating permissions on Dockerfile linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Mar 4, 2024
1 parent 16669c6 commit f886592
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dockerfile-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read
packages: write

jobs:
hadolint:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
Expand Down

0 comments on commit f886592

Please sign in to comment.