Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit ed72329

Browse files
346561/feature ajustar repo para open source (#9)
* feature: created workflows for integration with another repository Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br> * fix: changed event type of security workflow Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br> * chore: added bypass for RenovateBot author of DCO workflow Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br> Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br>
1 parent 58b5cdf commit ed72329

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dco-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- uses: ZupIT/zup-dco-validator@18c54faf1f183c4bffddf5d81900559355bdc20a #v.1.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
SKIP_AUTHORS: "dependabot[bot]"
35+
SKIP_AUTHORS: "dependabot[bot],renovate[bot]"

.github/workflows/security-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
pull_request:
2121

2222
jobs:
23-
SAST:
23+
SECURITY:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Change to pending status
@@ -43,7 +43,7 @@ jobs:
4343
-H 'Accept: application/vnd.github.everest-preview+json' \
4444
-u ${{ secrets.ACCESS_TOKEN }} \
4545
--data '{
46-
"event_type": "SAST",
46+
"event_type": "SECURITY",
4747
"client_payload": {
4848
"ref": "${{ github.ref }}",
4949
"ref_name": "${{ github.ref_name }}",

0 commit comments

Comments
 (0)