Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cbrix Notifier

This action accepts a message from cbrix-company/action-messages and notifies on the specified communication channel.

Supported channels:

  • Slack

Example usage

- name: Render Bandit output for slack
  id: bandit-to-slack
  uses: cbrix-company/action-messages@v1
  with:
    tool: bandit
    input-file: 'bandit_output.json'
    renderer: slack

    repository: ${{ github.repository }}
    ref: ${{ github.ref }}
    actor: ${{ github.actor }}
    run_id: ${{ github.run_id }}
    sha: ${{ github.sha }}


- name: Nofify about Bandit findings
  uses: cbrix-company/action-notifier@v1
  with:
    message-type: slack
    input-file: steps.bandit-message.outputs.output-file
    slack-token: ${{ secrets.SLACK_TOKEN }}
    slack-channel: ${{ secrets.SLACK_CHANNEL_ID }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages