Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
cooldown:
default-days: 7

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -15,6 +17,8 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
cooldown:
default-days: 7

- package-ecosystem: "github-actions"
directory: "/.github/actions/bootstrap"
Expand All @@ -23,3 +27,5 @@ updates:
open-pull-requests-limit: 10
labels:
- "dependencies"
cooldown:
default-days: 7
6 changes: 3 additions & 3 deletions .github/workflows/validate-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write # for uploading SARIF results
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand All @@ -30,6 +29,7 @@ jobs:
- name: "Run zizmor"
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
with:
config-file: .github/zizmor.yml
sarif-upload: true
config: .github/zizmor.yml
# Disable SARIF upload so the step is a simple pass/fail gate
advanced-security: false
inputs: .github
6 changes: 6 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rules:
unpinned-uses:
config:
policies:
# anchore/workflows is an internal repository; using @main is acceptable
anchore/*: any
Loading