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
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
uses: actions/checkout@v4

- name: Lint backend Dockerfile
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: docker/backend.Dockerfile
failure-threshold: warning

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

Check failure on line 151 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