We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61b9641 + cf8bb59 commit bca7a3eCopy full SHA for bca7a3e
1 file changed
.github/workflows/snyk_container-analysis.yml
@@ -12,7 +12,7 @@ jobs:
12
snyk:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@master
16
- name: Build a Docker image
17
run: docker build -t mpast/mobile_audit:latest .
18
- name: Run Snyk to check Docker image for vulnerabilities
@@ -29,6 +29,6 @@ jobs:
29
image: mpast/mobile_audit:latest
30
args: --file=Dockerfile
31
- name: Upload result to GitHub Code Scanning
32
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v2
33
with:
34
sarif_file: snyk.sarif
0 commit comments