Skip to content

Commit

Permalink
Update snyk_container-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpast authored May 21, 2024
1 parent 61b9641 commit cf8bb59
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 cf8bb59

Please sign in to comment.