Skip to content

Commit 2f4a980

Browse files
authored
Merge pull request #666 from hms-dbmi/fix-actions
develop(actions): Removed Snyk secret
2 parents 8482262 + 8fec532 commit 2f4a980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/scan.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
secrets:
1616
DOCKER_HUB_USERNAME: ${{ secrets.BLHMSDBMI_DOCKERHUB_USERNAME }}
1717
DOCKER_HUB_PASSWORD: ${{ secrets.BLHMSDBMI_DOCKERHUB_PASSWORD }}
18-
SNYK_TOKEN: ${{ secrets.BLHMSDBMI_SNYK_TOKEN }}
1918
with:
2019
repository: ${{ github.repository }}
2120
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)