Skip to content

Commit 860c2e5

Browse files
committed
Perform weekly Snyk scan on image from GHCR
1 parent d672d05 commit 860c2e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ on:
66
workflow_dispatch:
77

88
env:
9-
DOCKER_IMAGE: radarbase/radar-output-restructure
9+
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/radar-output-restructure
1010

1111
jobs:
1212
security:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
security-events: write
1417

1518
steps:
16-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
1720

1821
- name: Run Snyk to check for vulnerabilities
1922
continue-on-error: true # To make sure that SARIF upload gets called

0 commit comments

Comments
 (0)