Skip to content

Commit

Permalink
Merge pull request #3121 from DFE-Digital/1996-add-snyk-scan-to-cicd
Browse files Browse the repository at this point in the history
Add snyk scan to build workflow
  • Loading branch information
RMcVelia authored Aug 27, 2024
2 parents 937dfce + 45c0396 commit 4a8b6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: web
context: .
snyk-token: ${{ secrets.SNYK_TOKEN }}

deploy_review:
name: Deploy to review environment
Expand Down

0 comments on commit 4a8b6e1

Please sign in to comment.