Skip to content

Commit

Permalink
chore(deps-dev): bump megalinter docker tag to v6.20.1
Browse files Browse the repository at this point in the history
| datasource | package                          | from    | to      |
| ---------- | -------------------------------- | ------- | ------- |
| docker     | oxsecurity/megalinter-javascript | v6.10.0 | v6.20.1 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Mar 9, 2023
1 parent 004e97f commit 5747609
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
checkov
Laven
setuptools
npmpackagejsonlintignore
trivyignore
4 changes: 2 additions & 2 deletions .github/workflows/notify-assignee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on:
pull_request:
types:
- assigned
permissions:
contents: read
jobs:
notify-assignee:
name: Notify Assignee
uses: ScribeMD/slack-templates/.github/workflows/[email protected]
permissions:
contents: read
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }}
4 changes: 2 additions & 2 deletions .github/workflows/notify-reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on:
pull_request:
types:
- review_requested
permissions:
contents: read
jobs:
notify-reviewers:
name: Notify Reviewers
uses: ScribeMD/slack-templates/.github/workflows/[email protected]
permissions:
contents: read
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }}
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
push:
branches:
- main
permissions:
checks: write # https://github.com/EnricoMi/publish-unit-test-result-action#permissions
contents: write # for pre-commit-action
jobs:
pre-commit:
name: Run Pre-commit Hooks
runs-on: ubuntu-22.04
permissions:
checks: write # https://github.com/EnricoMi/publish-unit-test-result-action#permissions
contents: write # for pre-commit-action
steps:
- name: Check out repository.
uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .npmpackagejsonlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: poetry-install
- id: pre-commit-install
- id: megalinter-incremental
args: &megalinter-args [--flavor, javascript, --release, v6.10.0]
args: &megalinter-args [--flavor, javascript, --release, v6.20.1]
- id: megalinter-full
args: *megalinter-args
- id: yarn-install
Expand Down
3 changes: 2 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DS002 # Dockerfile only used for testing, so it's okay that user is root.
AVD-DS-0002 # Dockerfile only used for testing, so it's okay that user is root.
AVD-DS-0026 # Dockerfile only used for testing, so health check isn't needed.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dictionaries:
- fullstack
- npm
- python
- python-common

0 comments on commit 5747609

Please sign in to comment.