We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdded9c commit 629069cCopy full SHA for 629069c
2 files changed
.github/workflows/sca-scan.yml
@@ -14,5 +14,6 @@ jobs:
14
with:
15
args: --all-projects --fail-on=all
16
json: true
17
+ output: snyk.json
18
continue-on-error: true
- - uses: contentstack/sca-policy@main
19
+ - uses: contentstack/sca-policy@main
.talismanrc
@@ -1,4 +1,6 @@
1
fileignoreconfig:
2
-- filename: .github/workflows/release-production-pipeline.yml
3
- checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
4
-version: "1.0"
+ - filename: .github/workflows/release-production-pipeline.yml
+ checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
+ - filename: pnpm-lock.yaml
5
+ checksum: f5ffd323b59edddd325158b28b7a203270ebf7cdfd7c64531bf2513d17c55a07
6
+version: '1.0'
0 commit comments