Skip to content

Commit

Permalink
feat: enable security gates on build step (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
emreodabas authored Dec 14, 2023
1 parent 11f18f2 commit ddf67ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -parallel 1 -v ./...
run: go test -parallel 1 -v ./...

security-gates:
uses: Trendyol/security-actions/.github/workflows/security-gates.yml@main
needs: build
permissions:
actions: read
contents: read
security-events: write

0 comments on commit ddf67ea

Please sign in to comment.