diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 00000000..350ce7c7 --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,18 @@ +on: + push: + branches: [ "master"] + 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..350ba08c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example node project to demonstrate [srcclr](https://www.srcclr.com) scans. -## Try me! +## Try me! this is the test for pull765 ``` brew tap srcclr/srcclr