Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
uses: actions/checkout@v4

- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: Dockerfile
failure-threshold: warning
Expand All @@ -178,7 +178,7 @@
codeql:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:

Check failure on line 181 in .github/workflows/security.yml

View workflow job for this annotation

GitHub Actions / Checkov IaC Scan

CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"
actions: read
contents: read
security-events: write
Expand Down
Loading