Skip to content

Commit 33a1aa3

Browse files
authored
Update reports.yml
1 parent 27e3c1d commit 33a1aa3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/reports.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
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
2818
coverage:
2919
runs-on: ubuntu-latest
3020
steps:

0 commit comments

Comments
 (0)