Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sp_nuclei_test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trust and Identity Incubator
sp_nuclei_test
Merge requests
!4
fix: use sha256 in screenshot path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: use sha256 in screenshot path
brousek/sha256
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Pavel Břoušek
requested to merge
brousek/sha256
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
makes sure that the filename length does not exceed 255 characters
closes
#1 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
fca9f127
1 commit,
1 year ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
nuclei-templates/saml-headless-all.yaml
+
1
−
1
Options
@@ -8,7 +8,7 @@ variables:
@@ -8,7 +8,7 @@ variables:
BEARER_TOKEN
:
"
abcd...789"
BEARER_TOKEN
:
"
abcd...789"
CONFORMANCE_IDP_BASE_URL
:
https://conformance-idp.maiv1.incubator.geant.org/
CONFORMANCE_IDP_BASE_URL
:
https://conformance-idp.maiv1.incubator.geant.org/
SCREENSHOTS_DIR
:
"
"
SCREENSHOTS_DIR
:
"
"
FILENAME
:
'
{{date_time("%Y-%M-%D_%H-%m-%s")}}-{{
replace_regex(BaseURL,"(\\W+)","_"
)}}'
FILENAME
:
'
{{date_time("%Y-%M-%D_%H-%m-%s")}}-{{
sha256(BaseURL
)}}'
TEST_CASES
:
TEST_CASES
:
-
noSignature
-
noSignature
-
invalidSignature
-
invalidSignature
Loading