You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As a dev on the seCureLI team, after completing the build pipeline to check the tool against known ‘bad state’ repos, there is some fast follow up work that needs to be completed.
Technical Details
Will require finding, or creating git repos that the pipeline can access that have secrets embedded in them.
Create repo as part of the Secure Build project
Should only cover detect-secrets errors
Acceptance criteria
_- Repo identified or created with the supporting language with 1+ secrets saved to it (fake secrets, of course)
When the tool runs and successfully throws and error (expected behavior) the build does not fail.
If the tool runs and does NOT throw an error (unexpected behavior) the build fails, as the tool did not properly detect the error._
Pipeline tasks need to be created for each of our supported languages:
Java
Terraform
TypeScript
JavaScript
Python
Kotlin
Go
CloudFormation
.NET Core
C#
Swift
The text was updated successfully, but these errors were encountered:
blonienc
added
chore
Work that provides indirect value
story
New feature or request
testing
Bulk of this work is writing or updating unit/smoke tests
labels
May 1, 2024
Description
As a dev on the seCureLI team, after completing the build pipeline to check the tool against known ‘bad state’ repos, there is some fast follow up work that needs to be completed.
Technical Details
Will require finding, or creating git repos that the pipeline can access that have secrets embedded in them.
Create repo as part of the Secure Build project
Should only cover detect-secrets errors
Acceptance criteria
_- Repo identified or created with the supporting language with 1+ secrets saved to it (fake secrets, of course)
When the tool runs and successfully throws and error (expected behavior) the build does not fail.
If the tool runs and does NOT throw an error (unexpected behavior) the build fails, as the tool did not properly detect the error._
Pipeline tasks need to be created for each of our supported languages:
Java
Terraform
TypeScript
JavaScript
Python
Kotlin
Go
CloudFormation
.NET Core
C#
Swift
The text was updated successfully, but these errors were encountered: