Merge branch 'main' into thboop/updateCodeScanning

This commit is contained in:
Thomas Boop
2022-03-31 09:32:00 -04:00
committed by GitHub
123 changed files with 558 additions and 195 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build a Docker image
run: docker build -t your/image-to-test .
- name: Run Snyk to check Docker image for vulnerabilities