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 199343e commit 48b3a29Copy full SHA for 48b3a29
.github/workflows/pre-commit.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: >-
48
curl -L "$(
49
curl -s https://api.github.com/repos/hadolint/hadolint/releases/latest
50
- | grep -o -E -m 1 "https://.+?/hadolint-Linux-x86_64"
+ | grep -o -E -i -m 1 "https://.+?/hadolint-linux-x86_64"
51
)"
52
> hadolint
53
&& chmod +x hadolint && sudo mv hadolint /usr/bin/
.github/workflows/scheduled-runs.yml
@@ -10,6 +10,7 @@ on:
10
11
permissions:
12
contents: read
13
+ security-events: write
14
15
run-name: >-
16
🌃
0 commit comments