diff --git a/.github/workflows/soos.yaml b/.github/workflows/soos.yaml new file mode 100644 index 0000000000..de4d818b2d --- /dev/null +++ b/.github/workflows/soos.yaml @@ -0,0 +1,14 @@ +on: [push] + +jobs: + soos-sca-analysis: + name: SOOS SCA Scan + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Run SOOS - Scan for vulnerabilities + uses: soos-io/soos-sca-github-action@v2 # Get Latest Version from https://github.com/marketplace/actions/soos-core-sca + with: + project_name: "Cacti - test" + client_id: ${{ secrets.SOOS_CLIENT_ID }} + api_key: ${{ secrets.SOOS_API_KEY }} \ No newline at end of file