Skip to content

Commit 8756009

Browse files
Update main.yml
1 parent aed14ba commit 8756009

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ jobs:
5959
run: mvn --batch-mode --update-snapshots compile jib:build
6060

6161
- name: Anchore scan
62-
uses: anchore/scan-action@v1
62+
uses: anchore/scan-action@v2
6363
with:
64-
image-reference: "docker.io/maartensmeets/spring-boot-demo"
65-
fail-build: true
64+
image: "docker.io/maartensmeets/spring-boot-demo"
6665

6766
- name: Start service
6867
run: |

0 commit comments

Comments
 (0)