-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Also: use sonarqube-scan-action
- Loading branch information
Showing
7 changed files
with
586 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,19 @@ fileignoreconfig: | |
checksum: 921432fe344ffab3de5f502c7144f9d67b07ed2e34ed6b53cdca521cba30813c | ||
|
||
allowed_patterns: | ||
# SHA-pinned versions of GitHub actions | ||
# allow these specific patterns that include hex encoded text | ||
- "uses: aquasecurity/trivy-action@cf990b19d84bbbe1eb8833659989a7c1029132e3" | ||
- "uses: digitalservicebund/notify-on-failure-gha@814d0c4b2ad6a3443e89c991f8657b10126510bf" | ||
- "uses: digitalservicebund/setup-sonarscanner@3ade23691f865c02dce6b46452947a0e7944196e" | ||
- "uses: digitalservicebund/talisman-secrets-scan-action@9a4cb85589e29a62b4546eb566119753a5680aeb" | ||
- "uses: sonarsource/sonarqube-quality-gate-action@424137db1fae80e9eb279829995166f2f44bc8df" | ||
# patterns with "secret" | ||
- "dsn: 'https://[email protected]/4508482613084160'" | ||
# allow these specific patterns with the term "secret" | ||
- secrets-scan-with-talisman | ||
- "secrets: inherit" | ||
- "SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}" | ||
- "# scan for secrets that were published by mistake" | ||
# patterns with "key" | ||
# allow these specific patterns with the term "key" | ||
- "key: modules-" | ||
- "key:.+runner.os" | ||
- "key: npm-cache" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ coverage | |
|
||
test-results/ | ||
playwright-report/ | ||
|
||
# Sentry Config File | ||
.env.sentry-build-plugin |
Oops, something went wrong.