-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add optional test 6.2.22 #246
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
base: 196-csaf-2.1
Are you sure you want to change the base?
Conversation
… to CSAF 2.1 feat(CSAF2.1): #197 copy and adapt mandatory test 6.1.8 from CSAF 2.0 to CSAF 2.1
…rt adjusted to other tests
… the oasis tests
…rt adjusted to other tests
Coverage after merging 196-csaf-2.1_optional_test_6.2.22 into 196-csaf-2.1
Coverage Report |
const documentTitle = doc.document.title | ||
if (documentTitle.includes(trackingId)) { | ||
context.warnings.push({ | ||
message: 'document title contains tracking id', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the trackingId to the message
Coverage after merging 196-csaf-2.1_optional_test_6.2.22 into 196-csaf-2.1
Coverage Report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.