diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb402532..acf7d52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,17 +11,6 @@ on: type: string jobs: - snyk-security: - name: SNYK security analysis - uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main - with: - skip_sca: true - secrets: inherit - permissions: - contents: read - security-events: write - actions: read - codeql-sast: name: CodeQL SAST scan uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main