Skip to content

Commit 69f485b

Browse files
authored
Merge branch 'main' into tests/cel-clientsettingspolicies
2 parents 7c6dba4 + 77c5bbc commit 69f485b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Scan SBOM
165165
id: scan
166-
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
166+
uses: anchore/scan-action@df395807f4554463d4455b8047cf58e37b6acaae # v6.5.0
167167
with:
168168
sbom: "sbom-${{ inputs.image }}.json"
169169
only-fixed: true

internal/framework/types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package types //nolint:revive // ignoring meaningless package name
1+
package types //nolint:revive, nolintlint // ignoring meaningless package name” and the unused-nolint warning
22

33
import "sigs.k8s.io/controller-runtime/pkg/client"
44

0 commit comments

Comments
 (0)