Skip to content

Commit 87b2d76

Browse files
committed
commenting out sec scans
1 parent e6da009 commit 87b2d76

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ permissions:
1313
actions: read
1414

1515
jobs:
16-
build-image:
17-
uses: ./.github/workflows/build-image.yml
16+
# build-image:
17+
# uses: ./.github/workflows/build-image.yml
1818

19-
lint-format:
20-
uses: ./.github/workflows/lint-format.yml
21-
needs: build-image
19+
# lint-format:
20+
# uses: ./.github/workflows/lint-format.yml
21+
# needs: build-image
2222

2323
unit-sec-scan:
2424
uses: ./.github/workflows/unit-sec-test.yml
25-
needs: lint-format
25+
#needs: lint-format

.github/workflows/unit-sec-test.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,15 @@ jobs:
8585
runs-on: ubuntu-latest
8686
name: app scan
8787
steps:
88-
- name: Checkout
89-
uses: actions/checkout@v4
90-
with:
91-
ref: master
92-
93-
- name: zap scan
94-
uses: zaproxy/[email protected]
95-
with:
96-
token: ${{ secrets.GITHUB_TOKEN }}
97-
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
98-
format: openapi
99-
target: '<fast-api-url>'
100-
rules_file_name: '.zap/rules.tsv'
101-
cmd_options: '-a'
88+
- name: Checkout
89+
uses: actions/checkout@v4
90+
91+
- name: zap scan
92+
uses: zaproxy/[email protected]
93+
with:
94+
token: ${{ secrets.GITHUB_TOKEN }}
95+
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
96+
format: openapi
97+
target: '<fast-api-url>'
98+
rules_file_name: '.zap/rules.tsv'
99+
cmd_options: '-a'

0 commit comments

Comments
 (0)