We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f603355 + 75c36d6 commit 623bd02Copy full SHA for 623bd02
2 files changed
.github/workflows/sca_scan.yml
@@ -0,0 +1,26 @@
1
+name: SCA
2
+
3
+on:
4
+ merge_group:
5
+ pull_request:
6
+ types:
7
+ - opened
8
+ - synchronize
9
+ push:
10
+ branches:
11
+ - main
12
13
+permissions:
14
+ contents: read
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
19
20
+jobs:
21
+ snyk-cli:
22
+ uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
23
+ with:
24
+ additional-arguments: "--exclude=README.md"
25
+ dotnet-version: "6"
26
+ secrets: inherit
.github/workflows/snyk.yml
0 commit comments