diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 00000000..0d3cdbda --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,23 @@ +on: + push: + branches: + - master + - js-dynamic + workflow_dispatch: + +jobs: + veracode-sca-task: + runs-on: ubuntu-latest + name: Scan repository with Veracode SCA + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Run Veracode SCA + env: + SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} + uses: veracode/veracode-sca@v2.1.6 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + create-issues: false diff --git a/README.md b/README.md index 5cbdc9ee..f1ce0af3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ An example node project to demonstrate [srcclr](https://www.srcclr.com) scans. -## Try me! +## Try me!.......... + -``` brew tap srcclr/srcclr brew install srcclr srcclr activate srcclr scan --url https://github.com/srcclr/example-javascript -``` +