Skip to content

Commit

Permalink
Revert "Remove ignore flags in the CI config."
Browse files Browse the repository at this point in the history
Old gh action versions require these ignore arguments.
  • Loading branch information
yeisonvargasf committed Nov 21, 2022
1 parent 7eef5a4 commit d180854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-action-integration-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
{"version": "2.0.0"},
{"version": "2.2.0"},
{"version": "2.2.1"},
{"version": "2.3.0"},
{"version": ""}
{"version": "2.3.1"}
]
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 d180854

Please sign in to comment.