Skip to content

Commit

Permalink
explicitly supress credscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 4, 2024
1 parent bceee4e commit 563c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

runs-on: ubuntu-latest
env:
SA_PASSWORD: PLACEHOLDER # The 'PLACEHOLDER' value tells the credscanner to dismiss this local secret
SA_PASSWORD: NotASecret!12 # ([SuppressMessage\("Microsoft.Security", "CS001:SecretInline", Justification="This isn't a real prod secret, it is a local DB instance instantiated on demand."\)]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 563c99e

Please sign in to comment.