Skip to content

veracode/example-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[:] Using SourceClear via GitHub Actions

  1. We'll do this via the CI script, the recommended way to run scans.
  2. Define a container action, which makes it easy to set up a build environment for your project. You may have to customize the Dockerfile to install build dependencies.
  3. Declare the SRCCLR_API_TOKEN secret. We'll use the name of the environment variable SourceClear expects for consistency.
  4. Go to Settings > Secrets and add a new secret with the same name.
  5. Pass the secret to the container as an environment variable.
  6. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors