We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c6dba4 + 77c5bbc commit 69f485bCopy full SHA for 69f485b
.github/workflows/build.yml
@@ -163,7 +163,7 @@ jobs:
163
164
- name: Scan SBOM
165
id: scan
166
- uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
+ uses: anchore/scan-action@df395807f4554463d4455b8047cf58e37b6acaae # v6.5.0
167
with:
168
sbom: "sbom-${{ inputs.image }}.json"
169
only-fixed: true
internal/framework/types/types.go
@@ -1,4 +1,4 @@
1
-package types //nolint:revive // ignoring meaningless package name
+package types //nolint:revive, nolintlint // ignoring “meaningless package name” and the unused-nolint warning
2
3
import "sigs.k8s.io/controller-runtime/pkg/client"
4
0 commit comments