-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from Checkmarx/feature/AddThresholdAndFixVul
Fix SAST and IAC vulnerabilities and add threshold (AST-67185)
- Loading branch information
Showing
4 changed files
with
5 additions
and
4 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
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,7 +11,7 @@ jobs: | |
steps: | ||
- name: Dependabot metadata | ||
id: metadata | ||
uses: dependabot/[email protected] | ||
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 #v1.6.0 | ||
with: | ||
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | ||
- name: Enable auto-merge for Dependabot PRs | ||
|
@@ -20,6 +20,6 @@ jobs: | |
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }} | ||
run: gh pr merge --auto --merge "$PR_URL" | ||
- name: Auto approve dependabot PRs | ||
uses: hmarr/auto-approve-action@v4 | ||
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4 | ||
with: | ||
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |
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