-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Rename all pipeline files to standardise them (#274)
As the first iteration to standartise the pipelines, I need that all the pipelines are named the same way I'll need to run scripts to analyse them such as `diff` and `yq` to see differences between them and having them with different names is making the scripts a mess. This is the bare minimal start even if the effort to standardise the pipelines finally does not happen.
- Loading branch information
1 parent
4d44eac
commit d97944b
Showing
7 changed files
with
24 additions
and
77 deletions.
There are no files selected for viewing
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Security Scan | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- renovate/** | ||
pull_request: | ||
schedule: | ||
- cron: "0 3 * * *" | ||
|
||
jobs: | ||
security: | ||
uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v2 | ||
with: | ||
skip-dirs: "build" | ||
skip-files: 'tests/integration/consumer-producer/pom.xml' |
This file was deleted.
Oops, something went wrong.
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