Skip to content

Commit 2957a8a

Browse files
Update testing.yml
1 parent a8162ed commit 2957a8a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: .github/workflows/testing.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ jobs:
3232
run: snyk code test --org=${{ secrets.snykOrg }}
3333

3434
- name: Build a Docker image to test for vulnerabilities
35-
working-directory: .
3635
run: docker build -t gowebapi .
37-
38-
- name: Scan For Vuln
39-
uses: docker/[email protected]
40-
with:
41-
command: quickview
42-
36+
- name: Snyk Container monitor
37+
run: snyk container test gowebapi --file=Dockerfile
4338

0 commit comments

Comments
 (0)