Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Delete .vscode directory (#7) #14

Delete .vscode directory (#7)

Delete .vscode directory (#7) #14

---
name: Security tests
on:
push:
branches:
- main
- 'bugfix/**'
- 'feature/**'
jobs:
security_tests:
name: Security tests
timeout-minutes: 10
runs-on: ubuntu-latest
container: snyk/snyk-cli:docker
steps:
- uses: actions/checkout@v2.3.4
with:
ref: ${{ github.ref }}
- name: Test Dockerfile
run: |
docker build -t ${{ github.repository }}:${{ github.sha }} .
snyk auth ${{ secrets.SNYK_API_TOKEN }}
snyk test --docker ${{ github.repository }}:${{ github.sha }} --file=Dockerfile --exclude-base-image-vulns