-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow/script to generate scan policies based on rule tags #5962
Merged
+135
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kingthorin
force-pushed
the
scanpol-wf
branch
2 times, most recently
from
November 29, 2024 11:23
3d4f0a7
to
517d5c0
Compare
kingthorin
commented
Nov 29, 2024
thc202
changed the title
scanpolicies: Add workflow/script to generate updates based on rule tags
Add workflow/script to generate scan policies based on rule tags
Nov 29, 2024
kingthorin
force-pushed
the
scanpol-wf
branch
4 times, most recently
from
November 29, 2024 12:14
5a1f92f
to
7d7b587
Compare
This comment was marked as resolved.
This comment was marked as resolved.
kingthorin
force-pushed
the
scanpol-wf
branch
from
November 29, 2024 12:20
7d7b587
to
11a96b6
Compare
kingthorin
commented
Nov 29, 2024
kingthorin
force-pushed
the
scanpol-wf
branch
2 times, most recently
from
November 30, 2024 21:29
c228432
to
069d64b
Compare
thc202
reviewed
Dec 2, 2024
kingthorin
force-pushed
the
scanpol-wf
branch
from
December 2, 2024 10:32
069d64b
to
4349be3
Compare
Fixed |
thc202
reviewed
Dec 2, 2024
kingthorin
force-pushed
the
scanpol-wf
branch
2 times, most recently
from
December 2, 2024 10:57
592bd4e
to
4b67e49
Compare
Tweaked |
This one still pending #5962 (comment) |
- generate-scan-policies.js > ZAP standalone script to be used by a nightly docker image to craft the scan policies. - generate_policies.yml > The new workflow. Triggered by cron every Friday morning or manually via workflow_dispatch. Signed-off-by: kingthorin <[email protected]>
kingthorin
force-pushed
the
scanpol-wf
branch
from
December 2, 2024 11:33
4b67e49
to
74eb6e2
Compare
Done |
thc202
reviewed
Dec 2, 2024
thc202
approved these changes
Dec 2, 2024
Thank you! |
psiinon
approved these changes
Dec 2, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Related Issues
#5930
Checklist
./gradlew spotlessApply
for code formatting (I did format the script based on the community-script formatter)