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.
1 parent 69385b4 commit ab8b841Copy full SHA for ab8b841
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Anchore Container Scan
126
id: anchore-scan
127
- uses: anchore/scan-action@v3.3.8
+ uses: anchore/scan-action@v3.6.4
128
continue-on-error: true
129
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
130
with:
.github/workflows/nightly.yml
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
86
fail-build: true
0 commit comments