oops
This commit is contained in:
parent
fa9fe2c5c1
commit
68c4e77975
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release_stable.yml
vendored
6
.github/workflows/release_stable.yml
vendored
|
@ -144,7 +144,7 @@ jobs:
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
- name: Docker Scout
|
- name: Docker Scout stable
|
||||||
id: docker-scout
|
id: docker-scout
|
||||||
uses: docker/scout-action@v1.16.1
|
uses: docker/scout-action@v1.16.1
|
||||||
with:
|
with:
|
||||||
|
@ -154,8 +154,8 @@ jobs:
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Docker Scout
|
- name: Docker Scout latest
|
||||||
id: docker-scout
|
id: docker-scout2
|
||||||
uses: docker/scout-action@v1.16.1
|
uses: docker/scout-action@v1.16.1
|
||||||
with:
|
with:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
|
|
Loading…
Reference in a new issue