This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +30
-11
lines changed Expand file tree Collapse file tree 8 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ // Keep the extends started with ":" at the end of the list to allow overriding
3
4
extends : [
4
5
"config:recommended" ,
5
6
"docker:pinDigests" ,
6
7
"helpers:pinGitHubActionDigestsToSemver" ,
7
8
"security:openssf-scorecard" ,
8
9
":disableDependencyDashboard" ,
9
- ":docker" ,
10
10
":disableRateLimiting" ,
11
+ ":docker" ,
11
12
":enableVulnerabilityAlertsWithLabel(security)" ,
13
+ ":pinSkipCi" ,
12
14
] ,
13
15
"git-submodules" : {
14
16
enabled : true ,
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
# Extract: ```bash ... ```
35
35
sed -n "/^ \`\`\`\(bash\|shell\)$/,/^ \`\`\`$/p" "${FILE}" | sed '/^ ```*/d; s/^ //' >> README.sh
36
36
done
37
- ls -la README.sh
38
37
chmod a+x README.sh
39
38
40
39
- name : 💡 MegaLinter
41
- uses : oxsecurity/megalinter@5199c6377b4cb7faff749a1971636f3343db9fe6 # v7.12 .0
40
+ uses : oxsecurity/megalinter@bacb5f8674e3730b904ca4d20c8bd477bc51b1a7 # v7.13 .0
42
41
env :
43
42
GITHUB_COMMENT_REPORTER : false
44
- GITHUB_STATUS_REPORTER : true
43
+ # Disabled due to error: [GitHub Status Reporter] Error posting Status for REPOSITORY with ...: 403
44
+ GITHUB_STATUS_REPORTER : false
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
release-please :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
+ - uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
19
+ id : app-token
20
+ with :
21
+ app-id : ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
22
+ private-key : ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
23
+
18
24
- uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
19
25
with :
20
26
release-type : simple
27
+ token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 20
20
- main
21
21
- " !renovate/*"
22
22
schedule :
23
- - cron : " 0 0,2,4 * * 0"
23
+ - cron : " 0 0-3 * * 0"
24
24
25
25
env :
26
26
# https://docs.renovatebot.com/troubleshooting/#log-debug-levels
45
45
runs-on : ubuntu-latest
46
46
concurrency :
47
47
group : ${{ github.workflow }}-${{ github.ref }}
48
+ permissions : write-all
48
49
steps :
49
50
- name : Checkout
50
51
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53
54
id : app-token
54
55
with :
55
56
app-id : ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
56
- private-key : " ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}"
57
+ private-key : ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
57
58
58
59
- name : 💡 Self-hosted Renovate
59
- uses : renovatebot/github-action@78bdcb3bffa5e95e646183ca0a2ac2895abd6a20 # v40.1.3
60
+ uses : renovatebot/github-action@259200be4d976a76196ec8985b0dddcaf1733b47 # v40.2.0
60
61
with :
61
- token : " ${{ steps.app-token.outputs.token }}"
62
+ token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 2
2
name : semantic-pull-request
3
3
4
4
on :
5
+ workflow_dispatch :
5
6
pull_request_target :
6
7
types :
7
8
- opened
15
16
semantic-pull-request :
16
17
runs-on : ubuntu-latest
17
18
steps :
19
+ - uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
20
+ id : app-token
21
+ with :
22
+ app-id : ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
23
+ private-key : ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
24
+
18
25
- uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
19
26
env :
20
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+ GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 2
2
name : stale
3
3
4
4
on :
5
+ workflow_dispatch :
5
6
schedule :
6
7
- cron : " 9 9 * * *"
7
8
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ REPOSITORY_DEVSKIM_ARGUMENTS: --ignore-globs CHANGELOG.md --ignore-rule-ids DS16
38
38
39
39
REPOSITORY_KICS_ARGUMENTS : --fail-on high
40
40
41
- REPOSITORY_TRIVY_ARGUMENTS : --ignorefile .trivyignore.yaml --severity HIGH,CRITICAL
41
+ REPOSITORY_TRIVY_ARGUMENTS : --ignorefile .trivyignore.yaml --severity HIGH,CRITICAL --ignore-unfixed
42
42
43
43
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES :
44
44
- GITHUB_TOKEN
Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ exclude = [
31
31
# Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL
32
32
' %7B.*%7D' ,
33
33
# Ignore all URLs which starts with 'file://'
34
- ' file://'
34
+ ' file://' ,
35
35
]
36
36
37
37
# Exclude these filesystem paths from getting checked
38
38
exclude_path = [
39
39
" CHANGELOG.md" ,
40
+ " package-lock.json" ,
40
41
]
41
42
42
43
# Exclude all private IPs from checking.
You can’t perform that action at this time.
0 commit comments