Skip to content

argonsecurity/scanner-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Argon Action

Protect the first phase of your software supply chain

Inputs

argon-token

Required Token provided by argon. This is sensitive, add this as a secret

scanners

Multiline list of checks to run. Defaults to all.

audit-only

If true the action will never fail the workflow. Defaults to false.

should-notify

If true a notification will be sent to the configured Slack/Teams channel on new findings. Defaults to false.

disable-comments

If true argon won't review the pull request with comments for each finding. Defaults to false.

Example usage

- name: Argon Security
  uses: argonsecurity/scanner-action@v1.0
  with:
    audit-only: true
    should-notify: true
    argon-token: "${{ secrets.ARGON_TOKEN }}"