Skip to content

Commit

Permalink
Update hadolint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Nov 6, 2024
1 parent bcc954c commit 7c4d375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '34 11 * * 4'
- cron: '30 0 * * 1'

permissions:
contents: read
Expand All @@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@v4

- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183
with:
dockerfile: Dockerfile
dockerfile: ./Dockerfile
format: sarif
output-file: hadolint-results.sarif
no-fail: true
Expand Down

0 comments on commit 7c4d375

Please sign in to comment.