-
Notifications
You must be signed in to change notification settings - Fork 0
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
CORE-2300 Add Composite Action Vulnerability Slack Alert #201
base: trunk
Are you sure you want to change the base?
Conversation
If no input is provided, the action will attempt to read the token from Elvia's Vault instance. | ||
Reading the token from Vault is only possible if the repository you are running this action from has been added to [github-repositories-terraform](https://github.com/3lvia/github-repositories-terraform), | ||
and you are running inside the GitHub Actions environments `dev`, `test` or `prod`. |
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.
Det vil ikke funke å hente fra Vault hvis du ikke spesifiserer namespace
og environment
til 3lvia/core-github-actions-templates/slack-message
: https://github.com/3lvia/core-github-actions-templates/blob/trunk/slack-message/action.yml#L20-L25.
Så du kan enten ta inn alle tre (slack-api-token
og namespace
, environment
) eller bare ta inn slack-api-token
som required: true
.
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.
Vi kan endre slack-api-token
til required: true
siden den er viktigst akkurat nå. environment
og namespace
blir ikke brukt i denne workflowen så de kan ekskluderes for øyeblikket.
Used prettier to correct an error in the action.yml file.
📝 Starter Workflow Templates UpdateThe starter workflow templates have been updated. Please review the changes below. Files changed: workflow-templates/build-deploy-dockerfile-google.yml Full diff:
|
Added new composite action that lets users fetch code scanning vulnerabilities from their repositories and get notified on Slack in a channel of their choosing.