Skip to content

Commit

Permalink
Merge pull request #10 from sirishgf/workflow-update-sec
Browse files Browse the repository at this point in the history
Update firebase-publish.yml with snyk integration
  • Loading branch information
sirishgf authored Mar 29, 2024
2 parents 4324a7d + a965e5e commit 4c44425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/firebase-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
run: npx firebase-tools deploy --only functions --project ${{ vars.FIREBASE_PROJECT }} --debug
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ steps.auth.outputs.credentials_file_path }}

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}



0 comments on commit 4c44425

Please sign in to comment.