Skip to content

Commit

Permalink
Remove ignore flags in the CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Nov 21, 2022
1 parent 7171e3e commit 7eef5a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-secure.yml
Expand Up @@ -40,7 +40,6 @@ jobs:

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

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

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

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

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

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

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

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

- uses: ./
id: scan-5
args: -i 51358
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
2 changes: 1 addition & 1 deletion safety/VERSION
@@ -1 +1 @@
2.3.1
2.3.2.dev

0 comments on commit 7eef5a4

Please sign in to comment.