Skip to content

Commit

Permalink
Ignoring a transitive in the GitHub Action secure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Oct 10, 2022
1 parent be1d1d5 commit ccfe090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- uses: ./
id: scan-1
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}

Expand All @@ -61,6 +62,7 @@ jobs:

- uses: ./
id: scan-2
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}

Expand All @@ -82,6 +84,7 @@ jobs:

- uses: ./
id: scan-3
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}

Expand Down Expand Up @@ -110,6 +113,7 @@ jobs:

- uses: ./
id: scan-4
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}

Expand All @@ -133,5 +137,6 @@ jobs:

- uses: ./
id: scan-5
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}

0 comments on commit ccfe090

Please sign in to comment.