-
Notifications
You must be signed in to change notification settings - Fork 1
Fix Aquasec alerts #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
22bb315
Update GitHub Actions workflows and add Dependabot configuration
miroslavpojer 420cfbe
Remove Aquasec Manifest Generation steps from CI workflows
miroslavpojer ea46d10
Remove Dependabot auto-approve and auto-merge workflow
miroslavpojer 117768a
Merge branch 'master' into feature/59-Fix-Aquasec-alerts
miroslavpojer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,31 @@ | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| target-branch: "master" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "sunday" | ||
| labels: | ||
| - "auto update" | ||
| - "infrastructure" | ||
| - "no RN" | ||
| open-pull-requests-limit: 3 | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
|
|
||
| - package-ecosystem: "sbt" | ||
| directory: "/" | ||
| target-branch: "master" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "sunday" | ||
| labels: | ||
| - "auto update" | ||
| - "dependencies" | ||
| - "no RN" | ||
| open-pull-requests-limit: 3 | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -92,6 +92,9 @@ jobs: | |
| uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd | ||
| env: | ||
| TAG_NAME: ${{ github.event.inputs.tag-name }} | ||
|
|
||
| - name: Create and push tag | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this has nothing to do with the Aquasec. Please let's all strive to have as relevant and small PRs as possible. You can keep it now...and thank for the contribution, definitely feel grateful, but I like us to improve on such things |
||
| uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd | ||
| with: | ||
| script: | | ||
| const tag = process.env.TAG_NAME | ||
|
|
@@ -114,6 +117,31 @@ jobs: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| with: | ||
| name: ${{ github.event.inputs.tag-name }} | ||
| tag-name: ${{ github.event.inputs.tagName }} | ||
| chapters: | | ||
| - { title: No entry 🚫, label: duplicate } | ||
| - { title: Breaking Changes 💥, label: breaking-change } | ||
| - { title: New Features 🎉, label: enhancement } | ||
| - { title: Bugfixes 🛠, label: bug } | ||
| - { title: Infrastructure ⚙️, label: infrastructure } | ||
| - { title: Silent-live 🤫, label: silent-live } | ||
| - { title: Documentation 📜, label: documentation } | ||
| - { title: Closed Epics 📚, label: epic } | ||
| duplicity-scope: 'service' | ||
| duplicity-icon: '🔁' | ||
| warnings: true | ||
| skip-release-notes-labels: "no RN" | ||
| print-empty-chapters: false | ||
| row-format-issue: '_{title}_ {developed-by} {co-authored-by} in #{number}' | ||
| row-format-pr: '_{title}_ {developed-by} {co-authored-by} in #{number}' | ||
| row-format-link-pr: true | ||
|
|
||
| - name: Create draft release | ||
| uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| with: | ||
| name: ${{ github.event.inputs.tagName }} | ||
| body: ${{ steps.generate_release_notes.outputs.release-notes }} | ||
| tag_name: ${{ github.event.inputs.tag-name }} | ||
| draft: true | ||
|
|
||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this necessary? It's really really cumbersome to use such rule globally across our repos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was in extra meeting with CSO. From security point of view, it is reasonable. This reason of low resistance from our side and why I have introduced the dependabot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood. Let's die on another hill, not this one.