-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Terrascan GHA workflow #574
Conversation
.github/workflows/terrascan.yaml
Outdated
uses: actions/checkout@v2 | ||
- name: Run Terrascan | ||
id: terrascan | ||
uses: accurics/terrascan-action@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is @main
branch desired ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kuritka just grabbed it from the example at https://github.com/accurics/terrascan-action, still testing
eb1c33b
to
27a8b47
Compare
on: | ||
push: | ||
# paths: | ||
# - 'chart/k8gb/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you plan to bring it back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@k0da yes, testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@k0da i will leave it around for a while. Need to get sarif report on master branch so the report will be visible at https://github.com/k8gb-io/k8gb/security/code-scanning
f83a5a6
to
357fa7a
Compare
* Add https://runterrascan.io/ * Temporary omit `paths` filter to make it scan the chart without chart modification Signed-off-by: Yury Tsarev <[email protected]>
Add https://runterrascan.io/
Signed-off-by: Yury Tsarev [email protected]