Skip to content

Commit

Permalink
(still) trying o fix snyk
Browse files Browse the repository at this point in the history
================> EXTRAS <================
> Branch name:	main
  • Loading branch information
devdrops committed Nov 12, 2023
1 parent b50a322 commit 965cf4e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
with:
image: devdrops/php-toolbox:7.4
args: --file=./7.4/Dockerfile
sarif: 'snyk-7.4.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'snyk.sarif'
sarif_file: './7.4/snyk.sarif'

scan-7-4-xdebug:
needs: build-7-4
Expand All @@ -65,7 +64,6 @@ jobs:
with:
image: devdrops/php-toolbox:7.4-xdebug
args: --file=./7.4/Dockerfile
sarif: 'snyk-7.4-xdebug.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down Expand Up @@ -102,7 +100,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.0
args: --file=./8.0/Dockerfile
sarif: 'snyk-8.0.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand All @@ -126,7 +123,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.0-xdebug
args: --file=./8.0/Dockerfile
sarif: 'snyk-8.0-xdebug.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down Expand Up @@ -163,7 +159,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.1
args: --file=./8.1/Dockerfile
sarif: 'snyk-8.1.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand All @@ -187,7 +182,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.1-xdebug
args: --file=./8.1/Dockerfile
sarif: 'snyk-8.1-xdebug.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down Expand Up @@ -224,7 +218,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.2
args: --file=./8.2/Dockerfile
sarif: 'snyk-8.2.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand All @@ -248,7 +241,6 @@ jobs:
with:
image: devdrops/php-toolbox:8.2-xdebug
args: --file=./8.2/Dockerfile
sarif: 'snyk-8.2-xdebug.sarif'
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 965cf4e

Please sign in to comment.