Skip to content

Commit

Permalink
Bygg pakke
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Oct 9, 2024
1 parent 90fdad7 commit 1f9f4ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
name: Snyk image scan
steps:
- uses: actions/checkout@v4
- name: R setup
uses: r-lib/actions/setup-r@v2.10.1
- name: Build package (tarball)
run: R CMD build .
- name: Build docker image
run: docker build -t ${{ github.repository }} .
- name: Run Snyk to check Docker image for vulnerabilities
Expand Down

0 comments on commit 1f9f4ad

Please sign in to comment.