We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d672d05 commit 860c2e5Copy full SHA for 860c2e5
.github/workflows/scheduled-snyk-docker.yaml
@@ -6,14 +6,17 @@ on:
6
workflow_dispatch:
7
8
env:
9
- DOCKER_IMAGE: radarbase/radar-output-restructure
+ DOCKER_IMAGE: ghcr.io/${{ github.repository }}/radar-output-restructure
10
11
jobs:
12
security:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: read
16
+ security-events: write
17
18
steps:
- - uses: actions/checkout@v3
19
+ - uses: actions/checkout@v4
20
21
- name: Run Snyk to check for vulnerabilities
22
continue-on-error: true # To make sure that SARIF upload gets called
0 commit comments