Skip to content

Commit

Permalink
Codigo con Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 9, 2024
1 parent daf3122 commit 2f97adc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ jobs:
- name: Check Status
if: ${{ env.SONAR_STATUS == 'ERROR' }}
run: exit 1
security_snyk:
runs-on: ubuntu-latest
needs: build
steps:
- name: Run Snyk to check Docker image for vulnerabilities
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 2f97adc

Please sign in to comment.