-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump megalinter docker tag to v6.20.1
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | docker | oxsecurity/megalinter-javascript | v6.10.0 | v6.20.1 |
- Loading branch information
1 parent
004e97f
commit 5747609
Showing
8 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
checkov | ||
Laven | ||
setuptools | ||
npmpackagejsonlintignore | ||
trivyignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ dictionaries: | |
- fullstack | ||
- npm | ||
- python | ||
- python-common |