Skip to content

Commit

Permalink
Merge pull request #129 from mpast/upgrade-snyk-scanning
Browse files Browse the repository at this point in the history
Update snyk_container-analysis.yml
  • Loading branch information
mpast authored May 21, 2024
2 parents 61b9641 + cf8bb59 commit bca7a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk_container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Build a Docker image
run: docker build -t mpast/mobile_audit:latest .
- name: Run Snyk to check Docker image for vulnerabilities
Expand All @@ -29,6 +29,6 @@ jobs:
image: mpast/mobile_audit:latest
args: --file=Dockerfile
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

0 comments on commit bca7a3e

Please sign in to comment.