File tree Expand file tree Collapse file tree 2 files changed +18
-20
lines changed
Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ permissions:
1313 actions : read
1414
1515jobs :
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
Original file line number Diff line number Diff 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- 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+ 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'
You can’t perform that action at this time.
0 commit comments