Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
packages: read
# zircote/.github main @ 77a87549 (merged 2026-06-16)
uses: >-
zircote/.github/.github/workflows/reusable-trivy.yml@77a87549a65c6c978a0e87efe0168ed3517f7ca4
zircote/.github/.github/workflows/reusable-trivy.yml@aa00b2f09e8e42bd88cd002b441fcd6c46ecaff8
with:
image-ref: >-
ghcr.io/${{ github.repository }}@${{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
packages: read
# zircote/.github main @ 77a87549 (resolved 2026-06-16)
uses: >-
zircote/.github/.github/workflows/reusable-trivy.yml@77a87549a65c6c978a0e87efe0168ed3517f7ca4
zircote/.github/.github/workflows/reusable-trivy.yml@aa00b2f09e8e42bd88cd002b441fcd6c46ecaff8
with:
scan-iac: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
packages: read # reusable's (skipped) image job declares it
# zircote/.github main @ 77a87549 (merged 2026-06-16)
uses: >-
zircote/.github/.github/workflows/reusable-trivy.yml@77a87549a65c6c978a0e87efe0168ed3517f7ca4
zircote/.github/.github/workflows/reusable-trivy.yml@aa00b2f09e8e42bd88cd002b441fcd6c46ecaff8
with:
scan-iac: true

Expand Down
Loading