Skip to content

Commit

Permalink
ci: snyk integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx authored and balda-rdx committed Aug 7, 2023
1 parent af5c47c commit c0f97ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs:
- package_ubuntu_cli
- snyk-scan
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -180,6 +181,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- name: Download packaged cli
uses: actions/download-artifact@v3
Expand All @@ -202,6 +204,7 @@ jobs:
permissions: write-all
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
Expand Down Expand Up @@ -242,6 +245,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- name: Download packaged cli
uses: actions/download-artifact@v3
Expand All @@ -262,6 +266,7 @@ jobs:
runs-on: [node-only]
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -338,6 +343,7 @@ jobs:
runs-on: ubuntu-22.04
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -426,6 +432,7 @@ jobs:
contents: read
needs:
- package_ubuntu_cli
- snyk-scan
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -516,6 +523,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
needs:
- package_ubuntu_cli
- snyk-scan
permissions:
id-token: write
pull-requests: read
Expand Down

0 comments on commit c0f97ef

Please sign in to comment.