Skip to content

Commit 629069c

Browse files
committed
sca scan fix
1 parent fdded9c commit 629069c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
with:
1515
args: --all-projects --fail-on=all
1616
json: true
17+
output: snyk.json
1718
continue-on-error: true
18-
- uses: contentstack/sca-policy@main
19+
- uses: contentstack/sca-policy@main

.talismanrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
fileignoreconfig:
2-
- filename: .github/workflows/release-production-pipeline.yml
3-
checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
4-
version: "1.0"
2+
- filename: .github/workflows/release-production-pipeline.yml
3+
checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
4+
- filename: pnpm-lock.yaml
5+
checksum: f5ffd323b59edddd325158b28b7a203270ebf7cdfd7c64531bf2513d17c55a07
6+
version: '1.0'

0 commit comments

Comments
 (0)