We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e3c1d commit 33a1aa3Copy full SHA for 33a1aa3
.github/workflows/reports.yml
@@ -15,16 +15,6 @@ jobs:
15
with:
16
fetch-depth: 0
17
submodules: 'true'
18
- - name: Snyk Test
19
- uses: snyk/actions/golang@master
20
- continue-on-error: true
21
- env:
22
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
23
- with:
24
- args: "--prune-repeated-subdependencies --json --file=./src/go.mod --json-file-output=./snyk_report.json"
25
- - name: Report To OpsLevel
26
- run: |
27
- curl -X POST ${{ secrets.OL_SNYK_INTEGRATION_URL }} -H 'content-type: application/json' --data-binary @./snyk_report.json
28
coverage:
29
runs-on: ubuntu-latest
30
steps:
0 commit comments