Skip to content

Commit

Permalink
Add SNYK security analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AgaDufrat committed Dec 21, 2023
1 parent 2b981e6 commit 95b6671
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run Tests
on: [push, pull_request]

jobs:

codeql-sast:
Expand All @@ -11,7 +12,12 @@ jobs:
dependency-review:
name: Dependency Review scan
uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main


snyk-security:
name: SNYK security analysis
uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@fix-snyk
secrets: inherit

tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 95b6671

Please sign in to comment.