Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
# enterprise: ${{ secrets.ENTERPRISE_NAME }}
# microsoft_teams_webhook: ${{ secrets.MICROSOFT_TEAMS_WEBHOOK }}
# slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
# mattermost_webhook: ${{ secrets.MATTERMOST_WEBHOOK }}
# severity: low,medium
# ecosystem: npm,rubygems
# ignore_packages: foo#CVE-2021-21291,foo#CVE-2021-21292,bar
# count: 20
# pager_duty_integration_key: ${{ secrets.PAGER_DUTY_INTEGRATION_KEY }}
# zenduty_api_key: ${{ secrets.ZENDUTY_API_KEY }}
Expand Down
Binary file modified .yarn/install-state.gz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the changes here? We didn't add a new dependency so I'm assuming the install state shouldn't change?

Binary file not shown.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ inputs:
description: 'Microsoft Teams Channel Webhook URL. More info: https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook'
slack_webhook:
description: 'Slack Webhook URL. More info: https://api.slack.com/messaging/webhooks'
mattermost_webhook:
description: 'Mattermost Webhook URL. More info: https://developers.mattermost.com/integrate/webhooks/incoming/'
pager_duty_integration_key:
description: 'Pager Duty Integration Key. More info: https://support.pagerduty.com/docs/services-and-integrations'
zenduty_api_key:
Expand Down Expand Up @@ -43,6 +45,8 @@ inputs:
description: 'Comma separated list of severities. E.g. low,medium,high,critical (NO SPACES BETWEEN COMMA AND SEVERITY)'
ecosystem:
description: 'A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.'
ignore_packages:
description: 'A comma-separated list of package names with CVEs name (optional). If specified without CVE, alerts for this package will be ignored. If specified with CVE, only specified CVE for package will be ignored. E.g. foo#CVE-2021-21291,foo#CVE-2021-21292,bar'
branding:
icon: 'alert-octagon'
color: 'red'
Expand Down
Loading