We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c401c commit 7239e7eCopy full SHA for 7239e7e
3 files changed
.github/workflows/devguard-scanner.yaml
@@ -6,6 +6,12 @@ on:
6
workflow_dispatch:
7
push:
8
9
+permissions:
10
+ contents: read
11
+ actions: read
12
+ security-events: write
13
+ packages: write
14
+
15
16
jobs:
17
golangci:
.github/workflows/postgresql.yaml
@@ -5,6 +5,10 @@ on:
5
tags:
- '*'
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
# Docker image build job
.github/workflows/vulndb.yaml
schedule:
- cron: '0 */6 * * *' # every hour
env:
POSTGRES_DB: devguard
POSTGRES_USER: devguard
0 commit comments