Skip to content

Commit c7178aa

Browse files
authored
chore: fix ruleset updater automation (#132)
1 parent b5ec14f commit c7178aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/default-ruleset.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
with:
2828
app-id: ${{ vars.DD_K9_LIBRARY_GO_APP_ID }}
2929
private-key: ${{ secrets.DD_K9_LIBRARY_GO_APP_PRIVATE_KEY }}
30+
owner: DataDog
31+
repositories: appsec-event-rules
32+
permission-contents: read
3033
- name: Update Default Ruleset
31-
run: go run -C _tools/ruleset-updater run . -output=${{ github.workspace }}/internal/ruleset/recommended.json.gz
34+
run: go -C _tools/ruleset-updater run . -output=${{ github.workspace }}/internal/ruleset/recommended.json.gz
3235
env:
3336
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3437
- name: Detect Mutation

0 commit comments

Comments
 (0)